Skip to content

fix: QNRR-741 로그인한 상태에서 로그인 페이지 접근 방지#329

Merged
doyou1 merged 2 commits intodevelopfrom
fix/qnrr-741
Jan 10, 2026
Merged

fix: QNRR-741 로그인한 상태에서 로그인 페이지 접근 방지#329
doyou1 merged 2 commits intodevelopfrom
fix/qnrr-741

Conversation

@doyou1
Copy link
Contributor

@doyou1 doyou1 commented Jan 10, 2026

Summary

  • 로그인한 사용자(accessToken, memberId 존재)가 /login 페이지 접근 시 /home으로 리디렉션
  • middleware matcher에 /login 경로 추가하여 미들웨어 적용

Test plan

  • 로그인하지 않은 상태에서 /login 페이지 접근 가능 확인
  • 로그인한 상태에서 /login 페이지 접근 시 /home으로 리디렉션 확인
  • 회원가입 페이지 리디렉션 동작 정상 확인

🤖 Generated with Claude Code

Before After
741-prev.mov
741-result.mov

- 로그인한 사용자(accessToken, memberId 존재)가 /login 페이지 접근 시 /home으로 리디렉션
- middleware matcher에 /login 경로 추가

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@doyou1 doyou1 self-assigned this Jan 10, 2026
@doyou1 doyou1 merged commit 57b4ed7 into develop Jan 10, 2026
6 checks passed
@doyou1 doyou1 deleted the fix/qnrr-741 branch January 10, 2026 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant